Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Summary
The Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Summary schema provides signature verification summary for a Supervisor Service version.
This schema was added in vSphere API 9.1.0.0.
{
"service": "string",
"version": "string",
"supervisor": "string",
"supervisor_name": "string",
"status": "string",
"images": [
{
"url": "string",
"digest": "string",
"status": "string",
"certificate_chain": [
"string"
],
"last_verified_at": "string"
}
]
}
The identifier of the Supervisor Service.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.
The version of the Supervisor Service.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version.
The identifier of the Supervisor managing the Service version.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.
The name of the Supervisor managing the Service version.
This property was added in vSphere API 9.1.0.0.
The overall trust status of the service version. This aggregates the status of all image package bundles referenced by the service version.
For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Status.
This property was added in vSphere API 9.1.0.0.
A list of container image artifacts and their corresponding signature verification results associated with the service version.
This property was added in vSphere API 9.1.0.0.